Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/169 - ChatBot/

app.js /cody/swapnilsparsh/30DaysOfJavaScript/169 - ChatBot/app.js
205 Views
0 Comments
function talk(){
var know = {
"Who are you" : "Hello, I am special bot for 30 Days of JavaScript",
"How are
index.html /cody/swapnilsparsh/30DaysOfJavaScript/169 - ChatBot/index.html
417 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE
preview.md /cody/swapnilsparsh/30DaysOfJavaScript/169 - ChatBot/preview.md
266 Views
0 Comments
![This is preview](https://user-images.githubusercontent.com/84850243/166675821-f8fd7492-a895-4abb-9b12-0b6900988b59.png)

style.css /cody/swapnilsparsh/30DaysOfJavaScript/169 - ChatBot/style.css
167 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
width: 100vw;
height: 100vh;